home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks97 / VerticalHold.sit / Vertical Hold / source code / NextMenus.h < prev    next >
Text File  |  1997-06-27  |  473b  |  22 lines

  1. //    NextMenus.h
  2. //
  3. //    Copyright © 1997 Rob & Jon, MacHack '97
  4. //-------------------------------------------------------------------
  5.  
  6. #pragma once
  7.  
  8.  
  9.  
  10. // constants
  11. #define kBlack        0x0000
  12. #define kLtGray        0xD000
  13. #define kDkGray        0x3000
  14. #define kWhite        0xFFFF
  15.  
  16.  
  17. // routine prototypes
  18. void drawHead( Str255 inTitle, Rect inRect );
  19. void drawMenu( Str255 inTitle, char inCmdKey, Boolean inHasSub,
  20.                Boolean inHilite, Rect inRect );
  21. void setForeColor( short inColor );
  22.